/*-- Reset Code --*/
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: "微软雅黑",宋体,Arial sans-serif;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

body a:hover,
body button:hover {
    opacity: .8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑",宋体,Arial sans-serif;

}

h7{font-size: 50px;}
h7 span{font-size:15px;}

p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 25px;
    color: #999;
    font-family: "微软雅黑",宋体,Arial sans-serif;
    font-weight: normal;
}

p a{
    color: #999;
   
}



ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}
.btn-all{background: #cc0000;padding: 10px 20px;color: #fff!important;border-radius: 5px}
.news-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 50%;
}
.team-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 40%;
}
.news-carousel .owl-nav button.owl-next{
    position: absolute;
	left: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cc0000;
    font-size: 24px;
    border: 1px solid #cc0000;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-carousel .owl-nav button.owl-next{
    position: absolute;
	left: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cc0000;
    font-size: 24px;
    border: 1px solid #cc0000;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-carousel .owl-nav button.owl-prev {
    position: absolute;
	right: 1210px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cc0000;
    font-size: 24px;
    border: 1px solid #cc0000;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-carousel .owl-nav button.owl-prev {
    position: absolute;
	right: 1180px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cc0000;
    font-size: 24px;
    border: 1px solid #cc0000;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-carousel .owl-nav .owl-next:hover,
.news-carousel .owl-nav .owl-prev:hover {
    border-color: #cc0000;
    color: #cc0000;
}
.team-carousel .owl-nav .owl-next:hover,
.team-carousel .owl-nav .owl-prev:hover {
    border-color: #cc0000;
    color: #cc0000;
}
.news-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.news-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.news-carousel .owl-dots .owl-dot.active span {
    background: #00aa55;
    outline-color: #00aa55;
}

.sup-padding{padding-bottom: 17rem}
.team-section {
    position: relative;
    padding: 100px 0px 110px;
    background: #f1f1f1;
}

.team-section.alternate {
    background: none;
}

.team-section .sec-title {
    margin-bottom: 50px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .team-block {
    padding: 0;
    margin-bottom: 0;
}

.team-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block .image,
.team-block .image img {
    display: block;
    width: 100%;
}

.team-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team-section.alternate .hover-box {
    background: rgba(255, 255, 255, 0.95);
}

.team-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .hover-box .hover-inner {
    position: relative;
    display: block;
    padding: 60px 20px 20px;
}

.team-block .hover-box .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #cc0000;
    margin: 0 0 20px;
}

.alternate .team-block .hover-box .icon-box {
    color: #cc0000;
}

.alternate .team-block .hover-upper h6 {
    color: #222222;
}

.alternate .team-block .hover-upper {
    border-bottom-color: rgba(0, 0, 0, 0.10);
}

.team-block .hover-upper {
    position: relative;
    display: block;
    margin: 0 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.team-block .hover-upper h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 10px;
}

.team-block .hover-lower {
    position: relative;
    display: block;
}

.team-block .info {
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.team-block .info li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
	list-style-type:none;
}

.team-block .info li a {
    color: #dedede;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.alternate .team-block .info li,
.alternate .team-block .info li a {
    color: #757575;
}

.team-block .info li a:hover {
    color: #f84646;
    text-decoration: underline;
}

.team-block .social-links {
    position: relative;
    padding-top: 20px;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px;
}

.team-block .social-links li a {
    color: #dedede;
    font-size: 20px;
    line-height: 24px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.alternate .social-links li a {
    color: #aaaaaa;
}

.team-block .social-links li a:hover {
    color: #cc0000;
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 25px 20px 18px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
	border-left: none;
    overflow: hidden;
}

.team-block .lower-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #cc0000;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team-block .inner-box:hover .lower-box:before {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .lower-box h4 {
    position: relative;
	font-size: 22px;
    margin-bottom: 5px;
    font-weight: 550;
    z-index: 1;color: #222222;
}

.team-block .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block .inner-box:hover .lower-box h4 a {
    color: #ffffff;
}
.team-block .inner-box:hover .lower-box h4 {
    color: #ffffff;
}
.team-block .lower-box h4 a:hover {
    text-decoration: underline;
}

.team-block .lower-box .designation {
    position: relative;
    color: #cc0000;
    font-weight: 500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.team-block .inner-box:hover .lower-box .designation {
    color: #ffffff;
}
.team-block .inner-box:hover .lower-box a{color: #fff}
.team-carousel .owl-nav {
    display: block;
}

.team-carousel .owl-dots {
    position: relative;
    display: none;
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.team-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}
.lower-box a{color: #cc0000}

.team-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.team-carousel .owl-dots .owl-dot.active span {
    background: #cc0000;
    outline-color: #cc0000;
}


.text-wh {
    color: #fff;
}

.text-da {
    color: #343a40;
}

.text-li {
    color: #f8f9fa;
}

html {
    scroll-behavior: smooth;
}

/* //Reset Code */

/* bottom-to-top */
a.move-top {
    position: fixed;
    bottom: 1.5%;
    right: 2%;
    z-index: 0;
}

a.move-top span {
    color: #ff3f34;
    font-size: 30px;
}

/* //bottom-to-top */

/* header */
/* top bar */
.header-top_w3layouts {
    padding: 0 .5em;
}

/* social icons */
.top-right-info li a {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    display: inline-block;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.top-right-info li a span {
    color: #fff;
    font-size: 14px;
}

.top-right-info li p {
    margin-right: 6px;
    font-size: 16px;
}

.top-right-info li.facebook-w3 a {
    background: #009900;
}

.top-right-info li.twitter-w3 a {
    background: #1da1f2;
}

.top-right-info li.google-w3 a {
    background: #F44336;
}

.top-right-info li.dribble-w3 a {
    background: #3c5899;
}

.top-right-info li {
    display: inline-block;
}

nav li:last-child {
    margin: 0;
}

/* //social icons */
.header-top_w3layouts p,
.header-w3layouts p,
.top-w3layouts p {
    font-size: 14px;
}

a.login-button-2 {
    letter-spacing: 1px;
    font-size: 12px;
    background: #05c46b;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
}

.middle-flex {
    align-items: center;
}

/* //top bar */
/* header 2 */
.nav-content {
    display: flex;
    align-items: center;
}

.nav_web-dealingsls {
    margin-left: auto;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    display: inline-block;
    float: left;
}

/* Styling the links */
nav li {
    margin: 0 10px;
}

nav a {
    color: #3a3939;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Background color change on Hover */
nav a:hover {
    color: #CC0000;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 24px;
    background: #fff;
    padding: 10px;
    z-index: 9;
    border: 1px solid #e4e4e4;
    /* has to be the same number as the "line-height" of "nav a" */
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    margin: 0;
}

nav ul ul li a {
    display: block;
    font-size: 13px;
    padding: 6px 10px;
}

a.drop-text:hover {
    background: #f5f5f5;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */
@media all and (max-width : 991px) {
    #logo {
        float: left;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }


    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 15px 10px;
        font-size: 15px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #eee;
        color: #111;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-bottom: 0;
        cursor: pointer;
        margin-top: 8px;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 70px;
        padding: 5px 0;
        font-weight: normal;
        font-size: 14px;
        background: transparent;
        color: #3a3939;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .toggle:hover {
        opacity: .8;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        padding: 15px 0;
        text-align: center;
        width: 100%;
        background: #f9f9f9;
        border: 1px solid #e2e2e2;
    }

    nav ul {
        float: right;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav .menu li {
        margin: 2px 0;
    }

    ul.menu {
        max-height: 250px;
        overflow-y: auto;
    }

    .nav-content {
        display: block;
    }
}

/* navigation scroll */
ul.menu::-webkit-scrollbar {
    width: 3px;
}

ul.menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

ul.menu::-webkit-scrollbar-thumb {
    background-color: rgb(212, 212, 212);
}

/* //navigation scroll */

/* //navigation */
/* logo */
a.logo {
    color: #3a3939;
    font-size: 40px;
    padding: 0;
    font-weight: bold;
    position: relative;
}

a.logo span {
    color: #ff3f34;
    font-size: 15px;
    letter-spacing: 5px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: -2px;
}

/* //logo */

/* download button */
.dwn-button span {
    font-size: 33px;
    color: #3a3939;
}

/* //download button */
#featured-title { background-color: #f2f2f2; }
#featured-title .featured-title-inner-wrap { padding: 28px 0px 30px 0px; display: table; overflow: hidden; width: 100%; }
#featured-title .featured-title-heading-wrap { display: table-cell; text-align: right; vertical-align: middle; width: 65%; padding-top: 6px; }
#featured-title .feautured-title-heading { margin: 0px; font-size: 18px; line-height: 24px; }
#featured-title #breadcrumbs { display: table-cell; text-align: left; vertical-align: middle;  width: 35%; padding-top: 5px; }
#featured-title #breadcrumbs .sep { padding: 0px 10px; color: #e0e0e0; }
#featured-title #breadcrumbs span.trail-end { color: #999; }
#featured-title #breadcrumbs a.trail-begin { color: #555; }
#featured-title #breadcrumbs a:hover { color: #ffc30c; }

.margin10{ margin:10px 0;}

/* modal */
.login {
    max-width: 500px;
    border: 1px solid #eee;
}

.login-body h5 {
    color: #000;
    font-size: 28px;
    letter-spacing: 1px;
}

p.account-w3ls a {
    color: #05c46b;
}

.form-group label {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 8px;
}

button.submit {
    background: #ff3f34;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px;
    width: 100%;
    margin-top: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //modal */
/* //header 2 */

/* banner */
.baneer-w3ls {
    background: linear-gradient(to bottom, #fff, #fbfbfb);
    z-index: 1;
    position: relative;
}

/* left side text */
.banner-info_agile_w3ls {
    padding-top: 10em;
    padding-left: 5em;
}

.banner-info_agile_w3ls h5 {
   
    font-size: 24px;
    letter-spacing: 3px;
}

.banner-info_agile_w3ls h3 {
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 600;
}

.banner-info_agile_w3ls h3 span {
    color: #ff3f34;
}

a.button-w3ls {
    color: #615f5f;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #c1c0c0;
    display: inline-block;
    border-radius: 4px;
}

a.button-w3ls.active {
    color: #fff;
    background: #cc0000;
    border-color: #cc0000;
}

a.button-w3ls:hover {
    color: #fff;
    background: #cc0000;
    border-color: #cc0000;
}

a.button-w8ls {
    color:aliceblue;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 12px 20px;
    background: #454545;
    border: 1px solid #c1c0c0;
    display: inline-block;
    border-radius: 0px;
	width: 100%;
}

a.button-w8ls.active {
    color:#292929;
    background: #cc0000;
    border-color: #cc0000;
}

a.button-w8ls:hover {
    color: #fff;
    background: #cc0000;
    border-color: #cc0000;
}

a.button-w8lsa {
    color:aliceblue;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 12px 20px;
    background: #cc0000;
    border: 1px solid #c1c0c0;
    display: inline-block;
    border-radius: 0px;
	width: 100%;
}

a.button-w8lsa.active {
    color:#292929;
    background: #454545;
    border-color: #cc0000;
}

a.button-w8lsa:hover {
    color: #fff;
    background: #454545;
    border-color: #cc0000;
}




a.button-w9ls {
    letter-spacing: 1px;
    font-size: 18px;
	color:#212121;
}

a.button-w9ls:hover {
    color:#cc0000;
}
/* //left side text */
/* right side slider */
.banner-top1,
.banner-top2,
.banner-top3 {
    min-height: 640px;
}

.banner-top1 {
    background: url(../images/1.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top2 {
    background: url(../images/2.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top3 {
    background: url(../images/3.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

/* //right side slider */

/* css clider */

.cover-top-center-9 {
    min-height: 100vh;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 99;
}

/* //banner */

/* about */
.about  {
    background: url(../images/service2.jpg) no-repeat left;
    background-size: cover;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
}


.about1 {
    background: url(../images/service3.jpg) no-repeat right;
    background-size: cover;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
}

.about2 {
    background: url(../images/service2.jpg) no-repeat left;
    background-size: cover;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
}

.about3 {
    background: url(../images/service1.jpg) no-repeat left;
    background-size: cover;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
}

h3.w3ls-title {
    font-size: 30px;
    font-weight: 600;
    color: #333;
	padding-bottom: 15px
}

h3.w3ls-title span {
    color: #cc0000;
}

p.w3ls-title-sub {
    font-size: 16px;
    color:#646464;
    letter-spacing: 3px;
}

.right-space {
    padding-right: 15em;
}

.left-space {
    padding-left: 15em;
	margin-top: 50px;
}

.w3ls-bnrbtm {
    position: relative;
    z-index: 1;
    background: #fff;
}
.w3ls-bnrbtm,
.single-page,
.portfolio,
.ab-info-main,.about-bottom {
    position: relative;
    z-index: 1;
    background: #fff;
}
/* //about */

.middle {
    background: url(../images/bg5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 7em;
}

.img-blog-2 {
    position: absolute;
    text-align: center;
    /* width: 100%; */
    bottom: 40%;
    animation: scale 4s linear infinite;
    left: 4%;
    right: 0;
    z-index: -1;
}

.wthree_banner_bottom_grid_right h4 a {
    font-size: 28px;
    letter-spacing: .8px;
    font-weight: 600;
    color: #333;
}

/* //services */

/* slides images */
.wthree-slider {
    background-image: url(../images/bg7.jpg);
    background-repeat: repeat-x;
    animation: slideleft 20000s infinite linear;
    -webkit-animation: slideleft 20000s infinite linear;
    background-size: cover;
    min-height: 400px;
}

@keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

@-webkit-keyframes slideleft {
    from {
        background-position: 0%;
    }

    to {
        background-position: 90000%;
    }
}

/* //slides images */

/* blog */
p.titile-para-text {
    max-width: 600px;
    font-size: 15px;
}

h5.card-title a,
h5.card-title {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .5px;
	margin-top: -40px;
}

.blog_w3icon span {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.card-header {
    position: relative;
}

img.img-blog {
    position: absolute;
    bottom: -20%;
    left: 6%;
}

P.blog-p{font-size: 14px;}
/* //blog */

/* two grids */
.blog-sec-w3 {
    min-height: 500px;
}

.blog-sec-w3 {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.blog-sec-w3-2 {
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.text-blog-w3 {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 10em !important;
}

.blog-sec-w3 p {
    font-size: 15px;
}

.blog-sec-w3 h4 a {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

/* //two grids */

/* newsletter */
.subscribe-main {
    position: relative;
}

img.img-fluid.sub-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.newsletter-info input[type="email"] {
    padding: 15px 20px;
    font-size: 15px;
    color: #000;
    outline: none;
    letter-spacing: 1px;
    border: none;
    border: 1px solid #c1c0c0;
    flex-basis: 75%;
    border-radius: 4px;
}

.newsletter-info button {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 14px 0;
    border: 1px solid #ff3f34;
    background: #ff3f34;
    flex-basis: 25%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
    border-radius: 4px;
}

/* //newslettr */

/* footer */
footer {
    background: #17181b;
}

h2 a.logo {
    color: #fff;
}

.footer-text p,
.footer-text p a,
.contact-info p {
    color: #727377;
    font-size: 15px;
}

.footer-title h3 {
    font-size: 24px;
    color: #f3f3f3;
    letter-spacing: 1px;
}

.payment-links li {
    display: inline-block;
}

/* form */
.info-form-right input[type="text"],
.info-form-right input[type="email"],
.info-form-right textarea {
    color: #000;
    background: #f7f7f7;
    outline: none;
    font-size: 14px;
    padding: 9px;
    letter-spacing: 1px;
    border: none;
    -webkit-appearance: none;
}

.info-form-right textarea {
    resize: none;
    min-height: 6em;
}

button.submit-contact {
    background: #ff3f34;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 26px;
    font-size: 14px;
    display: inherit;
    margin-top: 1em;
    border-radius: 4px;
}

button.submit-contact:hover {
    opacity: .8;
}

/* //form */
/* copyright */
.cpy-right {
    background: #1c1d21;
}

.cpy-right p {
    letter-spacing: 1px;
    font-size: 14px;
}

.cpy-right p a {
    color: #eee;
}

.cpy-right p a:hover {
    color: #ff514e;
}

/* //copyright */
/* footer */

/* inner pages */
.main-banner-2 {
    background: url(../images/inner-bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}

/* page details */
.breadcrumb-agile {
    box-shadow: 2px 3px 12px 1px rgba(0, 0, 0, 0.15);
}

.breadcrumb-agile .breadcrumb1{
   margin:0 auto; padding: 0; width: 100%; max-width: 1200px; height: auto;
}

.breadcrumb1 li a {
    color: #ff3f34;
    font-weight: bold;
}

.breadcrumb1 li {
    letter-spacing: 1px;
    color: #000;
    font-size: 15px;
}

/* //page details */

.contactright{ margin:0 auto; padding: 0; width: 100%; max-width: 1200px; height: 500px;}
.mapBox{ margin:0 auto; padding: 0; width: 100%; height: 500px;}



/* menu page */
.gallery-demo {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 14px 0 rgba(0, 0, 0, 0.04);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all; margin: 8px 0;
}

.gallery-demo:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h4.p-mask {
    color: #636363;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 14px 10px 20px;
}

h4.p-mask span {
    color: #191919;
    font-size: 24px
}

h4.p-mask1 {
    color: #636363;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    padding: 14px 10px 20px;
}
h4.p-mask3 {
    color: #636363;
    font-size: 12px;
       text-align: center;
    padding: 5px;
}




.galler-pop-in {
    z-index: 9999;
}

.login-popup {
    z-index: 99999;
}

.login-popup-2 {
    z-index: 999999;
}

/* gallery */
/* popup */
.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    display: flex;
    align-items: center;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 500px;
    position: relative;
    margin: 5.5em auto;
    padding: 3em 2em 2em;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #7870fb;
}

/* //popup */
/* //gallery */
@media(max-width: 991px) {
    .gal-img {
        padding: 0 .5em;
    }
}

@media(max-width: 736px) {
    .popup {
        margin: 2.5em auto;
    }

    .gal-img {
        padding: 0 1em;
    }
}

@media(max-width: 480px) {
    .popup {
        margin: 3.5em 1em;
    }
}

/* //menu page */

/* contact page */
h3.footer-title {
    color: #CC0000;
    letter-spacing: 1px;
}

h5.address {
    font-size: 21px;
    color: #1e272e;
    letter-spacing: 1px;
    font-weight: 500;
}

.address-right p a {
    color: #999;
}

.address-right p a:hover {
    color: #000;
}

.contact-agileinfo input[type="text"],
.contact-agileinfo input[type="email"],
.contact-agileinfo textarea {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 14px;
    padding: 1em;
    letter-spacing: 1px;
    border: solid 1px #ddd;
    -webkit-appearance: none;
    display: inline-block;
}

.contact-agileinfo textarea {
    resize: none;
    min-height: 13em;
}

button.submit-contact-main {
    background: #05c46b;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 50px;
    font-size: 16px;
    display: inherit;
    border-radius: 4px;
}

.sub-para{font-size: 14px; line-height: 24px; text-align: left;}
.sub-para p{font-size: 14px; line-height: 24px; text-align: left;}





button.submit-contact-main:hover {
    opacity: .8;
}

/* map */
.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    display: block;
}

/* //map */
/* //contact page */

/* about page */
h3.title-sub {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1px;
}

h3.title-sub span {
    display: block;
}

.lefta{ margin:0 auto; padding: 0; width: 100%; height: auto;}
.list_dt{
    background: #888;
    color: #fff;
    width: 100%;
    padding: 5px 4%; font-size: 16px; font-weight: bold;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #fff;
}
.list_dt p{    font-size: 16px; color: #fff; }
.list_dt a{
    
    color: #fff;font-size: 16px; font-weight: bold;
      height: 34px;
    line-height: 34px;
   
}
.list_dt:hover{
    background: #838383;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #d50711;
}
#open{
    background: #d50711; color: #fff;
}

#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #d50711;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;color:#fff;
}
.list_dd{
    display: none;
}
.list_li{
    background: #888;
    list-style-type: none;
    color: white;
    width: 100%; color: #fff;
    padding: 0 5% 0 2%; font-size: 14px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}
.list_li a{
   width: 92%; padding: 0 2% 0 5%;
  color: #fff;
 
  
}
.list_li:hover{
    background: #d50711;
}




.leftlist {
	width:100%;
}

.leftlist ul {
	width:98%;
	overflow:hidden
}
.leftlist ul li {
	line-height:40px;
	margin-bottom:1px
}
.leftlist ul li a {
	display:block;
	background:#656565;
	font-size:18px;
	color:#fff;
	padding-left:30px;
	font-family:"微软雅黑", "宋体";
	-webkit-transition:.3s all ease;
	-moz-transition:.3s all ease;
	-ms-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease
}
.leftlist ul li a img {
	padding-right:10px;
	padding-bottom:7px;
	width:38px;
	height:30px;
	-moz-transition:.3s all ease;
	-ms-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease;
	text-shadow:0 0 0 #999
}
.leftlist ul li a:hover, .leftlist ul li a.on {
	background:#D20010;
	color:#FFF
}
.leftlist ul li a:hover img, .leftlist ul li a.on img {
	width:46px;
	height:46px;
	text-shadow:2px 2px 2px #333;
	padding-bottom:5px
}
.leftlist ul li ul {
	margin-top:2px;
	width:100%;
	margin-left:1px
}
.leftlist ul li ul li {
	line-height:35px;
	margin-bottom:2px
}
.leftlist ul li ul li a {
	font-size:14px;
	padding-left:30px;
	font-family:"微软雅黑", "宋体";
	background:#999
}
.leftlist ul li ul li a:hover {
	transform:translate(2px, 0);
	-webkit-transform:translate(10px, 0);
	-moz-transform:translate(10px, 0);
	-o-transform:translate(10px, 0);
	-ms-transform:translate(10px, 0)
}
.leftlist ul li:hover ul, .leftlist ul li.on ul {
	display:block
}




/* team */
.caption {
    text-align: center;
}

.team-text h4 a {
    font-size: 26px;
    color: #000;
    letter-spacing: 1px;
    margin: 1.2em 0 .8em;
    font-weight: 600;
    display: inline-block;
}

.caption ul li {
    display: inline-block;
}

.caption ul li:nth-child(2) {
    margin: 0 .3em;
}

.caption ul li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 2.2;
}

.caption ul li a i:hover {
    transform: rotateY(360deg);
    transition: .5s all;
}

.caption ul li a i.f1 {
    background: #3b5998;
}

.caption ul li a i.f2 {
    background: #00aced;
}

.caption ul li a i.f3 {
    background: #F44336;
}

/* //team */
/* //about page */


/*news*/
.news_info {
	padding:40px;
	font-size:16px; background:#fff;
	line-height:30px;
	margin-bottom:40px
}

.news_info img{ max-width:100%; height:auto;}


.news_info h1.title {
	font-size:28px;
	color:#000;
	line-height:45px;
	margin-bottom:10px;
	text-align:center
}
.news_info h1 {
	font-size:28px;
	color:#000;
	line-height:45px;
	margin-bottom:10px;
	text-align:center
}

.news_info .data {
	font-size:14px;
	color:#ccc;
	line-height:30px;
	margin-bottom:10px;
	text-align:center;
	border-bottom:1px solid #eee
}
.news_info p{
	font-size:16px;
	color:#666;
	line-height:30px;
	margin-bottom:10px;
	text-align:left;
}
.news_info video{ max-width:96%;
}

.news_info .neirong{ margin:0 auto; padding: 0; width: 100%; height: auto; font-size: 14px; color: #666; line-height: 24px; text-align: left;}
.news_info .jianjietitle{ margin:0 auto;  padding:0; padding-top:30px; border-bottom:2px solid #e3e3e3; padding-bottom:10px; text-align:left; font-family:"微软雅黑", "宋体",Arial; font-size:14px; color:#666;  text-decoration:none; line-height:30px; font-weight:normal;}
.news_info .jianjietitle span{ border-left:2px solid #E30010; padding-left:30px;text-align:left; font-family:"微软雅黑", "宋体",Arial; font-size:24px; color:#666;  text-decoration:none; line-height:30px; font-weight:normal;}

.news_info .jianjiecon{ margin:0 auto;  padding:0; padding-top:20px; padding-bottom:20px; text-align:left; font-family:"微软雅黑", "宋体",Arial; font-size:14px; color:#666;  text-decoration:none; line-height:30px; font-weight:normal;}
.news_info .jianjiecon p{text-align:left; font-family:"微软雅黑", "宋体",Arial; font-size:14px; color:#666;  text-decoration:none; line-height:30px; font-weight:normal;}


.news_info .prev {
	width:96%; padding:2%;
	font-size:16px;
	border:1px solid #eee;
	margin-top:40px;
	background:url(image/arrow_l.png) 3% center no-repeat;
	-webkit-transition:.3s all ease;
	-moz-transition:.3s all ease;
	-ms-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease;
	float:left
}
.news_info .prev a {
	color:#ccc
}
.news_info .prev:hover {
	background:url(image/arrow_l.png) 1% center no-repeat #D2D2D2;color:#666;
}
.news_info .prev:hover a {
	color:#666
}
.news_info .next {
	width:96%; padding:2%;
	font-size:16px;
	border:1px solid #eee;
	margin-top:20px;
	background:url(image/arrow_r.png) 97% center no-repeat;
	-webkit-transition:.3s all ease;
	-moz-transition:.3s all ease;
	-ms-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease;
	float:left;
	text-align:left
}
.news_info .next a {
	color:#ccc
}
.news_info .next:hover {
	background:url(image/arrow_r.png) 99% center no-repeat #D2D2D2; color:#666;
}
.news_info .next:hover a {
	color:#666
}



.news_info .contentnew{font-family: '微软雅黑',宋体; font-size:16px;color:#000; text-align:left; text-decoration:none; line-height:30px;}

.news_info .contentnew img{ max-width:100%;
}

.news_info .contentnew td{ border:1px solid #ebebeb; padding-left:25px;
}
.sub_nav .box,
.sub_nav
{
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.sub_nav{ position:fixed; right:0px; top:50%; background:#cc0000; margin-top:-150px; z-index:15; -webkit-transform: translateZ(0);}
.sub_nav li{ position:relative;list-style-type: none}
.sub_nav .pd{ display:block;}
.sub_nav .h3 i{ width:50px; height:50px; line-height:50px; display:block; color:#fff; text-align:center; font-size:26px;}
.sub_nav .box{ display:none; display:block; position:absolute; right:50px; white-space:nowrap; top:0px;border-right:1px solid rgba(255,255,255,0); height:50px; line-height:50px; color:#fff; width:0px; overflow:hidden; padding:0px;}
.sub_nav .box.two{ display:none; display:block; position:absolute; right:50px; white-space:nowrap; top:0px;border-right:1px solid rgba(255,255,255,0); height:80px; line-height:40px; color:#fff; width:0px; overflow:hidden; padding:0px;}
.sub_nav .ewm_box{ text-align:center; height:auto;}
.sub_nav .ewm_box img{ min-width:130px; height:auto; display:block;}
.sub_nav .ewm_box strong{ padding-top:10px; line-height:1.3; display:block;}
.sub_nav .box button{background: #333;color: #fff;cursor: pointer}
.sub_nav .pd:hover .h3 i{ background-color:#333;}
.sub_nav .pd:hover .box{ display:block; background:#333; width:auto; border-color:rgba(255,255,255,1); padding-left:20px; padding-right:20px;}
.sub_nav .pd:hover .ewm_box{ padding:20px;}
.sub_nav .back_top{display: block}
@media screen and (max-width:1024px){
.sub_nav{ left:0px; bottom:-10px; top:auto;}
.sub_nav li{ float:left; width:20%;}
.sub_nav .pd{ border-right:1px solid #fff;}
.sub_nav .h3 i{ width:auto;}
.sub_nav .box{ bottom:50px; top:auto; border-right:0px; left:0px; right:auto;}
.sub_nav .pd:hover .box{ display:none;}
.sub_nav .pd:hover .h3 i{ background:none;}
.sub_nav .back_top{display: none}
}

/* responsive */

@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 570px;
    }

    .banner-info_agile_w3ls {
        padding-top: 9em;
        padding-left: 3em;
    }

    .banner-info_agile_w3ls h5 {
        font-size: 22px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 54px;
    }

    .text-blog-w3 {
        padding-top: 9em !important;
    }

    .main-banner-2 {
        min-height: 250px;
    }
}

@media(max-width: 1366px) {
    .wthree-slider {
        min-height: 370px;
    }

    .right-space {
        padding-right: 7em;
    }
}

@media(max-width: 1280px) {
    .banner-info_agile_w3ls h5 {
        font-size: 20px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 50px;
    }

    .banner-info_agile_w3ls {
        padding-top: 7em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 480px;
    }

    .blog-sec-w3 {
        min-height: 440px;
    }

    .text-blog-w3 {
        padding-top: 8em !important;
    }

    .main-banner-2 {
        min-height: 200px;
    }
}

@media(max-width: 1080px) {
	.sup-padding{padding-bottom: 1px}
	.row2{margin-top: 36px;}
    .about {
        min-height: 400px;
    }

    p.w3ls-title-sub {
        font-size: 20px;
    }

    .blog-sec-w3 {
        min-height: 420px;
    }

    .text-blog-w3 {
        padding-top: 7em !important;
    }

    .wthree_banner_bottom_grid_right h4 a {
        font-size: 26px;
    }

    .img-blog-2 {
        bottom: -32%;
        left: 6%;
    }

    .middle {
        margin-bottom: 10em;
    }

    .wthree-slider {
        min-height: 320px;
    }

    img.img-fluid.sub-img {
        width: 44%;
    }

    h3.w3ls-title {
        font-size: 36px;
    }

    .newsletter-info input[type="email"] {
        padding: 16px 26px;
        font-size: 14px;
    }

    .newsletter-info input[type="submit"] {
        font-size: 15px;
        padding: 15px 0;
    }
}

@media(max-width: 1050px) {
    .banner-info_agile_w3ls h3 {
        font-size: 46px;
    }

    .banner-info_agile_w3ls h5 {
        font-size: 18px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 430px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 430px;
    }

    .banner-info_agile_w3ls {
        padding-top: 5em;
    }

    a.logo {
        font-size: 36px;
    }

    a.logo span {
        font-size: 13px;
        letter-spacing: 6px;
        top: 0;
    }

    .right-space {
        padding-right: 5em;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 991px) {
    .banner-info_agile_w3ls {
        padding-top: 4em;
        padding-left: 0em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 620px;
    }

    .blog-sec-w3 {
        min-height: 400px;
    }

    .text-blog-w3 {
        padding-top: 6em !important;
    }

    .middle {
        margin-bottom: 20em;
        padding-bottom: 6em !important;
    }

    .img-blog-2 {
        bottom: -44%;
        left: 6%;
    }

    .wthree-slider {
        min-height: 280px;
    }

    img.img-fluid.sub-img {
        width: 30%;
    }

    h3.w3ls-title {
        font-size: 34px;
    }
}

@media(max-width: 900px) {

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 550px;
    }

    .right-space {
        padding-right: 3em;
    }

    .map iframe {
        min-height: 350px;
    }
}

@media(max-width: 800px) {

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 490px;
    }
}

@media(max-width: 768px) {}

@media(max-width: 736px) {
    .banner-info_agile_w3ls h5 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .banner-info_agile_w3ls {
        padding-top: 3em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 440px;
    }

    .about {
        min-height: 300px;
    }

    img.img-blog {
        bottom: -15%;
    }

    h3.w3ls-title {
        font-size: 32px;
    }

    .subscribe-main {
        padding-bottom: 8em !important;
    }

    a.login-button-2 {
        padding: 10px 20px;
    }

    p {
        font-size: 15px;
    }

    ul.top-right-info p {
        font-size: 14px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 42px;
    }

    .about {
        min-height: 250px;
    }

    .main-banner-2 {
        min-height: 150px;
    }
}

@media(max-width: 667px) {}

@media(max-width: 640px) {

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 380px;
    }
}

@media(max-width: 600px) {}

@media(max-width: 568px) {

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 350px;
    }

    .about {
        min-height: 200px;
    }

    p.w3ls-title-sub {
        font-size: 18px;
    }

    .img-blog-2 {
        bottom: -44%;
        left: 0;
    }

    img.img-fluid.sub-img {
        width: 36%;
    }

    .footer-title h3 {
        font-size: 22px;
    }

    .cpy-right p {
        letter-spacing: 1px;
    }
}

@media(max-width: 480px) {
    .banner-info_agile_w3ls {
        padding-top: 2em;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 10px;
    }

    nav a,
    .menu .toggle {
        font-size: 13px;
    }

    h3.title-sub {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width: 440px) {}

@media(max-width: 414px) {
    .caption ul li a i {
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 2.4;
    }
}

@media(max-width: 384px) {

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 13px;
    }

    .top-right-info li p {
        margin-right: 1px;
    }

    .middle {
        margin-bottom: 15em;
    }

    .img-blog-2 {
        bottom: -36%;
    }

    .wthree_banner_bottom_grid_right h4 a {
        font-size: 25px;
        letter-spacing: 0px;
    }
}

@media(max-width: 375px) {
    .top-right-info li a {
        margin: 0 1px;
    }

    h3.title-sub {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0px;
    }
}

@media(max-width: 320px) {
    .top-w3layouts {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .social-grid-w3 {
        max-width: 100%;
        text-align: center;
        flex: 0 0 100%;
        margin: 10px 0 0 0;
    }

    .main-banner-2 {
        min-height: 120px;
    }

    .wthree_banner_bottom_grid_right h4 a {
        font-size: 21px;
    }

    .img-blog-2 {
        bottom: -31%;
    }
}
/* //responsive */

.media-wrap {
 position: relative;
 max-width: 100% !important;
 height: 500px;
 padding-bottom: 45%;
 margin-bottom:20px;
}
@media (max-width:736px){
 .media-wrap {
 padding-bottom: 56.25%;
 }
}
.media-wrap iframe,
.media-wrap embed,
.media-wrap object {
 position: absolute;
 top: 0;
 left: 0;
 max-width: 100% !important;
 height: 100% !important;
}

.media-wrap1 {
 position: relative;
 max-width: 100% !important;
 height: 300px;
 padding-bottom: 45%;
 margin-bottom:20px;
}
@media (max-width:736px){
 .media-wrap1 {
 padding-bottom: 56.25%;
 }
}
.media-wrap1 iframe,
.media-wrap1 embed,
.media-wrap1 object {
 position: absolute;
 top: 0;
 left: 0;
 max-width: 100% !important;
 height: 100% !important;
	
	
	
}

#featured-title .featured-title-inner-wrap { padding: 5px 0px; display: table; overflow: hidden; width: 100%; }	 
#featured-title .featured-title-heading-wrap { margin:2%; padding:0; width: 96%; height: auto; float: left; display: none;}
#featured-title #breadcrumbs { margin:2%; padding:0; width: 96%; height: auto; float: left; }	 
.page-nav{
			height: 50px;
			width:100%;
			line-height: 20px;
			text-align: center;	
	margin-top: 40px;
		}
		.page-nav>ul{
			overflow: hidden;
			margin: 0 33%;
			width:80%;	
		}
		.page-nav>ul>li{
			float: left;
			list-style-type: none;
			margin-right:10px;color: #615f5f;
  
    font-size: 13px;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #c1c0c0;
    display: block;
    border-radius: 4px;
		}

.page-nav>ul>li a{
    color: #615f5f;

    font-size: 13px;
  
    background: transparent;
   
    display: inline-block;
    
}

.page-nav>ul>li a.active {
    color: #fff;
    background: #cc0000;
    border-color: #cc0000;
}

.page-nav>ul>li a:hover {
    color: #fff;
    background: #cc0000;
    border-color: #cc0000;
}


.hui{ background:#f3f3f3;}

.pad50{ padding:50px 0;}

.rowzi{ float:left; color: #999; font-size: 12px; text-align:left;}



/*友情链接*/

.linkmain{ width:100%; margin-top:30px;
    margin: 0 auto;
    background: #f3f3f3;
}


.tabbox{ width:100%; max-width:1200px; 
    margin: 0 auto; padding-top:20px; padding-bottom:20px;
    font-size: 14px;
    color: #ddd;
    text-align: center;
}
.tabbox .tab{width: 100%;}
.tabbox .tab a{display:block;padding:10px 20px;float:left;text-decoration:none;color:#888;}
.tabbox .tab a:hover{background:#f3f3f3;color:#d6000f;text-decoration:none;}
.tabbox .tab a.on{background:#f3f3f3;color:#d6000f;text-decoration:none;}
.tabbox .content{width: 100%;height: auto;}
.tabbox .content li{float:left;color:#979797; width:100%; display:block; font-size:12px; text-align:left;}
.tabbox .content li a{color:#979797;}
.tabbox .content li a:hover{ color:#000;}

.title-section a{color: #333333; text-decoration: none}
.about a{color:#939393; text-decoration: none}
